Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor emergent parameters code #81

Open
wants to merge 88 commits into
base: main
Choose a base branch
from
Open

Refactor emergent parameters code #81

wants to merge 88 commits into from

Conversation

radka-j
Copy link
Contributor

@radka-j radka-j commented Nov 15, 2024

Closes #83

PR overview:

  • renames Dynamic module to Biogeochemistry, this means that models are now accessible as Agate.Models.Biogeochemistry.<struct UUID>
  • adds Parameters module which generates n volumes for each plankton group and computes "emergent" parameters from those
    • emergent_parameters = compute_darwin_parameters(defined_parameters)
  • adds Tracers module....
  • adds Constructors module....
  • updates examples
  • adds tests

@radka-j radka-j marked this pull request as ready for review November 19, 2024 16:15
src/Models/Parameters.jl Outdated Show resolved Hide resolved
src/Models/Parameters.jl Outdated Show resolved Hide resolved
Copy link
Contributor

@nanophyto nanophyto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had a quick look - looks great so far

@radka-j radka-j changed the base branch from N_plankton to main December 2, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New high-level API for specifying models
2 participants